name: kvm_pvclock_update
ID: 80
format:
	field:unsigned short common_type;	offset:0;	size:2;	signed:0;
	field:unsigned char common_flags;	offset:2;	size:1;	signed:0;
	field:unsigned char common_preempt_count;	offset:3;	size:1;	signed:0;
	field:int common_pid;	offset:4;	size:4;	signed:1;

	field:unsigned int vcpu_id;	offset:8;	size:4;	signed:0;
	field:__u32 version;	offset:12;	size:4;	signed:0;
	field:__u64 tsc_timestamp;	offset:16;	size:8;	signed:0;
	field:__u64 system_time;	offset:24;	size:8;	signed:0;
	field:__u32 tsc_to_system_mul;	offset:32;	size:4;	signed:0;
	field:__s8 tsc_shift;	offset:36;	size:1;	signed:1;
	field:__u8 flags;	offset:37;	size:1;	signed:0;

print fmt: "vcpu_id %u, pvclock { version %u, tsc_timestamp 0x%llx, system_time 0x%llx, tsc_to_system_mul 0x%x, tsc_shift %d, flags 0x%x }", REC->vcpu_id, REC->version, REC->tsc_timestamp, REC->system_time, REC->tsc_to_system_mul, REC->tsc_shift, REC->flags
